applyDiff

fun <T> MutableList<T>.applyDiff(source: Iterable<T>, strictComparison: Boolean = false)

This method call calculateDiff with strict mode strictComparison and then apply differences to this mutable list